home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / util / moni / RunTime.lha / RunTime / Weitere_Scripte / Anzeigen_Jahr.script next >
Text File  |  2002-02-06  |  313b  |  15 lines

  1. if exists "RunTime"
  2.    RunTime "Ausgabe" a t n m
  3.    multiview "Ausgabe.txt"
  4.  else
  5.    if exists "/RunTime"
  6.       /RunTime "/Ausgabe" a t n m
  7.       multiview "/Ausgabe.txt"
  8.      else
  9.       echo RunTime Start-Script
  10.       echo
  11.       echo Fehler: Programm "RunTime" wurde nicht gefunden!!
  12.       wait 5
  13.    endif
  14. endif
  15.